type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryDateToDateScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		date.go#L232: 			return scanPlanBinaryDateToDateScanner{}
		date.go#L243: type scanPlanBinaryDateToDateScanner struct{}
		date.go#L245: func (scanPlanBinaryDateToDateScanner) Scan(src []byte, dst any) error {